home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #43 (Apr 89) / Designer CDEF Code / DesignerButtons.R < prev    next >
Text File  |  1988-12-27  |  6KB  |  193 lines

  1. *********************************************************
  2. *
  3. * RMaker resource file sources.
  4. * File: DesignerButtons.R
  5. * History: 12/19/88 Original by Prototyper.   
  6. * This file contains the sources for all the resources except for Pictures. 
  7. *
  8. *********************************************************
  9. *
  10. *
  11.  
  12. DesignerButtons.RSRC
  13. ????????
  14.  
  15. * This is the definition for the DIALOG.
  16. *
  17. Type DLOG
  18. *
  19.  
  20.      ,2                                 ;;Resource ID
  21. AboutDialog                             ;;Dialog title
  22. 186  87  313  411                       ;;Top Left Bottom Right
  23. Visible NoGoAway                        ;;Visible GoAway 
  24. 1                                       ;;ProcID, dialog def ID
  25. 2                                       ;;Refcon, reference value
  26. 2                                       ;;ID of item list
  27.  
  28. * This is the DIALOG or ALERT item list.
  29. *
  30. Type DITL
  31. *
  32.  
  33.      ,2                                 ;;Resource ID
  34. 3                                       ;;Number of controls in list
  35.  
  36. Button  Enabled                         ;;Push button
  37. 75  181  111  247                       ;;Top Left Bottom Right
  38. OK                                      ;;message
  39.  
  40. StaticText                              ;;Static text
  41. 40  11  56  297                         ;;Top Left Bottom Right
  42. Portions of code developed by Prototyper ;;message
  43.  
  44. StaticText                              ;;Static text
  45. 15  6  36  307                          ;;Top Left Bottom Right
  46. Designer CDEF by Kirk Chase For MacTutor\0D ;;message
  47.  
  48.  
  49. * This is the definition for the WINDOW.
  50. *
  51. Type WIND
  52. *
  53.  
  54.      ,1                                 ;;Resource ID
  55. ExampleWindow                           ;;Window title
  56. 21  75  176  431                        ;;Top Left Bottom Right
  57. InVisible  GoAway                         ;;Visible GoAway 
  58. 2                                       ;;ProcID, Window def ID
  59. 1                                       ;;Refcon, reference value
  60.  
  61. * This is the CONTROL item list.
  62. *
  63. Type CNTL
  64. *
  65.  
  66.    ,3                                   ;;Resource ID
  67. Button                                  ;;Title for a Button
  68. 5  246  81  332                         ;;Top Left Bottom Right
  69. Visible                                 ;;Initially visible 
  70. 0                                       ;;ProcID (Control definition ID)
  71. 3                                       ;;RefCon (reference value)
  72. 0 5 0                                   ;;Min Max Value
  73.  
  74.    ,4                                   ;;Resource ID
  75. Deactivate                                ;;Title for a Checkbox
  76. 5  136  80  221                         ;;Top Left Bottom Right
  77. Visible                                 ;;Initially visible 
  78. 1                                       ;;ProcID (Control definition ID)
  79. 4                                       ;;RefCon (reference value)
  80. 0 1 0                                   ;;Min Max Value
  81.  
  82.    ,6                                  ;;Resource ID
  83. Caution                                  ;;Title for a RadioButton
  84. 25  21  45  106                         ;;Top Left Bottom Right
  85. Visible                                 ;;Initially visible 
  86. 2                                       ;;ProcID (Control definition ID)
  87. 6                                      ;;RefCon (reference value)
  88. 0 1 0                                   ;;Min Max Value
  89.  
  90.    ,7                                  ;;Resource ID
  91. Go                                  ;;Title for a RadioButton
  92. 45  21  65  106                         ;;Top Left Bottom Right
  93. Visible                                 ;;Initially visible 
  94. 2                                       ;;ProcID (Control definition ID)
  95. 7                                      ;;RefCon (reference value)
  96. 0 1 0                                   ;;Min Max Value
  97.  
  98.    ,5                                   ;;Resource ID
  99. Stop                                  ;;Title for a RadioButton
  100. 5  21  25  106                          ;;Top Left Bottom Right
  101. Visible                                 ;;Initially visible 
  102. 2                                       ;;ProcID (Control definition ID)
  103. 5                                       ;;RefCon (reference value)
  104. 0 1 1                                   ;;Min Max Value
  105.  
  106.  
  107. * PICTs for button
  108. Type PICT = GNRL
  109. ,149
  110. .H
  111. 008B 0007 0007 0068 0068 1101 A000 82A0
  112. 008C 0100 0A00 0700 0700 6800 680A 0000
  113. 0000 0000 0000 0B00 1B00 1B44 0009 0009
  114. 0066 0066 0700 0200 0248 0AFF FFFF FFFF
  115. FFFF FF54 0015 0015 0027 0027 0700 0100
  116. 0158 5400 2F00 1400 4200 2758 5400 1400
  117. 4A00 2700 5D58 5400 2F00 4A00 4200 5D58
  118. 5400 4A00 4A00 5D00 5D58 5400 4A00 1400
  119. 5D00 2758 A000 8DA0 0083 FF
  120.  
  121. Type PICT = GNRL
  122. ,148
  123. .H
  124. 0081 0007 0007 0068 0068 1101 A000 82A0
  125. 008C 0100 0A00 0700 0700 6800 680A 0000
  126. 0000 0000 0000 0B00 1B00 1B44 0009 0009
  127. 0066 0066 0700 0200 0248 0AFF FFFF FFFF
  128. FFFF FF54 004B 0015 005D 0027 0700 0100
  129. 0158 5400 4A00 4A00 5D00 5D58 5400 1400
  130. 1400 2700 2758 5400 1400 4A00 2700 5D58
  131. 5400 2F00 2F00 4200 4258 A000 8DA0 0083
  132. FF
  133.  
  134. Type PICT = GNRL
  135. ,147
  136. .H
  137. 0077 0007 0007 0068 0068 1101 A000 82A0
  138. 008C 0100 0A00 0700 0700 6800 680A 0000
  139. 0000 0000 0000 0B00 1B00 1B44 0009 0009
  140. 0066 0066 0700 0200 0248 0AFF FFFF FFFF
  141. FFFF FF54 0015 0015 0027 0027 0700 0100
  142. 0158 5400 1400 4A00 2700 5D58 5400 4A00
  143. 1400 5D00 2758 5400 4A00 4A00 5D00 5D58
  144. A000 8DA0 0083 FF
  145.  
  146. Type PICT = GNRL
  147. ,146
  148. .H
  149. 006D 0007 0007 0068 0068 1101 A000 82A0
  150. 008C 0100 0A00 0700 0700 6800 680A 0000
  151. 0000 0000 0000 0B00 1B00 1B44 0009 0009
  152. 0066 0066 0700 0200 0248 0AFF FFFF FFFF
  153. FFFF FF54 0015 0015 0027 0027 0700 0100
  154. 0158 5400 2F00 2F00 4200 4258 5400 4A00
  155. 4A00 5D00 5D58 A000 8DA0 0083 FF
  156.  
  157. Type PICT = GNRL
  158. ,145
  159. .H
  160. 0063 0007 0007 0068 0068 1101 A000 82A0
  161. 008C 0100 0A00 0700 0700 6800 680A 0000
  162. 0000 0000 0000 0B00 1B00 1B44 0009 0009
  163. 0066 0066 0700 0200 0248 0AFF FFFF FFFF
  164. FFFF FF54 004B 004B 005D 005D 0700 0100
  165. 0158 5400 1400 1400 2700 2758 A000 8DA0
  166. 0083 FF
  167.  
  168. Type PICT = GNRL
  169. ,144
  170. .H
  171. 0059 0007 0007 0068 0068 1101 A000 82A0
  172. 008C 0100 0A00 0700 0700 6800 680A 0000
  173. 0000 0000 0000 0B00 1B00 1B44 0009 0009
  174. 0066 0066 0700 0200 0248 0AFF FFFF FFFF
  175. FFFF FF54 0030 0030 0042 0042 0700 0100
  176. 0158 A000 8DA0 0083 FF
  177.  
  178. * This is the definition for the MENU.
  179. *
  180. Type MENU
  181. *
  182.  
  183.  
  184.      ,201                               ;;Resource ID
  185. \14                                     ;;APPLE menu title
  186. About Designer CDEF ...                               ;;item title
  187. (-                                      ;;
  188.  
  189.      ,202                               ;;Resource ID
  190. File                                    ;;menu title
  191. Quit/Q                                  ;;item title
  192.  
  193.